home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 May
/
PCWorld_2000-05_cd.bin
/
Software
/
TemaCD
/
povray
/
povwin3.exe
/
%MAINDIR%
/
Insert Menu
/
Texture Maps
/
tiles texture.txt
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-04-06
|
339 b
|
17 lines
// texture component
// create a tiled texture, alternates between 2 full textures
tiles
{
texture // full texture of tile #1
{
pigment { agate scale 0.3 }
finish { ambient 0.2 }
}
tile2
texture // full texture of tile #2
{
pigment { granite }
finish { specular 0.3 reflection 0.2 }
}
}